home *** CD-ROM | disk | FTP | other *** search
/ Star Trek Starfleet Academy Mini Omnipedia / MINI_OMNI.ISO / pc / omni_v2.dxr / 00268_TopScroll Bar.ls < prev    next >
Encoding:
Text File  |  1996-04-15  |  265 b   |  13 lines

  1. on mouseDown
  2.   global oImportSlider
  3.   set vloc to the mouseV
  4.   set vloc to the mouseH
  5.   if not (the puppet of sprite 4) then
  6.     puppetSprite(4, 1)
  7.   end if
  8.   mSlideSlider(oImportSlider)
  9.   repeat while the stillDown
  10.     mSlideSlider(oImportSlider)
  11.   end repeat
  12. end
  13.